ia64: Fix build after PCI hotplug changes.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 18 Feb 2008 09:35:39 +0000 (09:35 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 18 Feb 2008 09:35:39 +0000 (09:35 +0000)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/public/hvm/ioreq.h

index a8be39ce3859cc12a66f837082d183daea0af508..91e7de5c26bc03e84ac3f1a87151406bfc590aa1 100644 (file)
@@ -114,17 +114,12 @@ struct buffered_piopage {
 };
 #endif /* defined(__ia64__) */
 
-#if defined(__i386__) || defined(__x86_64__)
 #define ACPI_PM1A_EVT_BLK_ADDRESS           0x0000000000001f40
 #define ACPI_PM1A_CNT_BLK_ADDRESS           (ACPI_PM1A_EVT_BLK_ADDRESS + 0x04)
 #define ACPI_PM_TMR_BLK_ADDRESS             (ACPI_PM1A_EVT_BLK_ADDRESS + 0x08)
-
 #define ACPI_GPE0_BLK_ADDRESS               (ACPI_PM_TMR_BLK_ADDRESS + 0x20)
-
 #define ACPI_GPE0_BLK_LEN                   0x08
 
-#endif /* defined(__i386__) || defined(__x86_64__) */
-
 #endif /* _IOREQ_H_ */
 
 /*